Package com.netscape.cmsutil.ldap
Class LDAPPostReadControl
java.lang.Object
netscape.ldap.LDAPControl
com.netscape.cmsutil.ldap.LDAPPostReadControl
- All Implemented Interfaces:
Serializable
,Cloneable
public class LDAPPostReadControl
extends netscape.ldap.LDAPControl
- See Also:
-
Field Summary
FieldsFields inherited from class netscape.ldap.LDAPControl
m_critical, m_value, MANAGEDSAIT, PWEXPIRED, PWEXPIRING
-
Constructor Summary
ConstructorsConstructorDescriptionLDAPPostReadControl
(boolean critical, String[] attrs) Request control constructor.LDAPPostReadControl
(String oid, boolean critical, byte[] value) Response control constructor. -
Method Summary
Modifier and TypeMethodDescriptionnetscape.ldap.LDAPEntry
getEntry()
Get the entry from the control.Methods inherited from class netscape.ldap.LDAPControl
clone, createControl, flattenBER, getID, getValue, isCritical, lookupControlClass, newInstance, register, toString
-
Field Details
-
OID_POSTREAD
- See Also:
-
-
Constructor Details
-
LDAPPostReadControl
public LDAPPostReadControl(String oid, boolean critical, byte[] value) throws netscape.ldap.LDAPException, IOException Response control constructor. This is called automatically by response processing code, should not need to be called by user.- Throws:
netscape.ldap.LDAPException
IOException
-
LDAPPostReadControl
Request control constructor.
-
-
Method Details
-
getEntry
public netscape.ldap.LDAPEntry getEntry()Get the entry from the control. Returns null if constructed as a request control.
-